home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / children / dressup.arj / DRESUP0A.BAT < prev    next >
DOS Batch File  |  1990-07-07  |  1KB  |  23 lines

  1. ECHO OFF
  2. CLS
  3. ECHO   ╔════════════════════════════════════════════════════════════════════╗
  4. ECHO   ║ This BAT file will copy the DressMeUp Wardrobe #0A files from the  ║
  5. ECHO   ║ \DRESSUP\STASH directory on the C drive to the \DRESSUP directory. ║
  6. ECHO   ║ The next time DressMeUp is executed, the files will replace the    ║
  7. ECHO   ║ BLUE wardrobe in the main files and the source files in the        ║
  8. ECHO   ║ \DRESSUP directory will be deleted.  Before executing DressMeUp,   ║
  9. ECHO   ║ delete the files in the \DRESSUP directory for articles you do not ║
  10. ECHO   ║ want replaced or rename them to place them in a different color    ║
  11. ECHO   ║ wardrobe.  Numbers and colors are listed in the DRESSUP.LST file.  ║
  12. ECHO   ║    NOTE:  Change the C:\'s to copy the files on another drive.     ║
  13. ECHO   ╚════════════════════════════════════════════════════════════════════╝
  14. ECHO Press Ctrl-C to quit or
  15. PAUSE
  16. CLS
  17. ECHO   Copying DressMeUp Wardrobe Files
  18. ECHO ═════════════════════════════════════
  19. COPY C:\DRESSUP\STASH\??????0A.DWG C:\DRESSUP
  20. COPY C:\DRESSUP\STASH\HATS__5A.DWG C:\DRESSUP
  21. ECHO   ═════════════════════════════════════════════════════════════════
  22. ECHO    The BLUE DressMeUp Wardrobe files are copied and ready to use!
  23.